-
-
Notifications
You must be signed in to change notification settings - Fork 211
FE: CG: Fix names display overflow issue #541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| color: ${table.td.color.normal}; | ||
| font-weight: 500; | ||
| max-width: 450px; | ||
| max-width: 150ch; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as far as I can see we do not use ch anywhere yet and not sure how introducing these is legit. @Mgrdich ideas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am not sure about the ch
While the ch unit works as an exact measurement for monospaced / fixed width fonts like Courier, it can be unpredictable with proportional fonts like Arial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlexisD02 hey, can you elaborate?
|
Further user feedback is requested. Please reply within 7 days or we might close the issue. |
|
No feedback received within 7 days. Auto closing. |
What changes did you make?
This pull request addresses a bug in Kafka UI where consumer group IDs sometimes appear truncated due to insufficient space for display. The issue affects the readability of consumer group names on the consumer groups page.
Changes Include:
Is there anything you'd like reviewers to focus on?
Please review the changes to confirm:
Fixes #528